-
Notifications
You must be signed in to change notification settings - Fork 249
[Bugfix][CI] Remove V0 Spec Decode CI #1656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1656 +/- ##
===========================================
+ Coverage 27.39% 53.92% +26.52%
===========================================
Files 56 80 +24
Lines 6191 9964 +3773
===========================================
+ Hits 1696 5373 +3677
- Misses 4495 4591 +96
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# accuracy test multi card | ||
VLLM_USE_MODELSCOPE=True pytest -sv tests/e2e/long_term/test_deepseek_v2_lite_tp2_accuracy.py | ||
# VLLM_USE_MODELSCOPE=True pytest -sv tests/e2e/long_term/test_deepseek_v2_lite_tp2_accuracy.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this is comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ERROR: file or directory not found: tests/e2e/long_term/test_deepseek_v2_lite_tp2_accuracy.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yikun test_deepseek_v2_lite_tp2_accuracy.py has been moved out of long term test. So it should be skip now. We can add more long-term test in the future
What this PR does / why we need it?
To solve the error in the CI of long term test:
Replace the hf model with modelscope model.
Does this PR introduce any user-facing change?
How was this patch tested?